diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-04 09:10:40 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-04 09:10:40 +0900 |
| commit | efa04b17a6fd9a389c762c832f22752bc2f5c67b (patch) | |
| tree | db2a2bc24768abb1ac1b5cef31c4ebad2e10d183 /config/waybar/configs/[TOP] Default_v2 | |
| parent | 19e62f8cdf46ce3bd658848511498e7358ceb0eb (diff) | |
New Default icon for waybar menu module
Renamed custom-keybinds to hints on waybar module, css and configs
new waybar config default v2, which will be default for this release
Diffstat (limited to 'config/waybar/configs/[TOP] Default_v2')
| -rw-r--r-- | config/waybar/configs/[TOP] Default_v2 | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/config/waybar/configs/[TOP] Default_v2 b/config/waybar/configs/[TOP] Default_v2 new file mode 100644 index 00000000..f865f22a --- /dev/null +++ b/config/waybar/configs/[TOP] Default_v2 @@ -0,0 +1,51 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ + +// ### DEFAULT v2 - Top ### // +{ +"include": "~/.config/waybar/modules", +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "top", +"spacing": 3, +"fixed-center": true, +"ipc": true, +"margin-top": 3, +"margin-left": 8, +"margin-right": 8, + +"modules-left": [ + "custom/menu", + "custom/separator#dot-line", + "clock", + "group/motherboard", + "custom/separator#line", + "custom/weather", + ], + +"modules-center": [ + "custom/swaync", + "custom/cava_mviz", + "custom/light_dark", + "custom/separator#line", + "hyprland/workspaces#roman", + "custom/separator#line", + "idle_inhibitor", + "custom/hint", + ], + +"modules-right": [ + "network#speed", + "custom/separator#line", + "tray", + "mpris", + "bluetooth", + "group/audio", + "keyboard-state", + "custom/keyboard", + "custom/lock", + "custom/separator#dot-line", + "custom/power", + ], +}
\ No newline at end of file |
